Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Microsoft.BeginDialog.schema #3801

Merged
merged 4 commits into from
Apr 25, 2020
Merged

Update Microsoft.BeginDialog.schema #3801

merged 4 commits into from
Apr 25, 2020

Conversation

luhan2017
Copy link
Contributor

Add a "type" field for BeginDialog.dialog. Otherwise it will cause a error in Composer.

image

Copy link
Contributor

@tomlm tomlm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕐

@tomlm tomlm added the changes required Reviews has requested changes to be made before approval label Apr 24, 2020
@luhan2017 luhan2017 removed the changes required Reviews has requested changes to be made before approval label Apr 24, 2020
@@ -19,9 +19,7 @@
]
},
"dialog": {
"$kind": "Microsoft.IDialog",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"$kind": "Microsoft.IDialog", [](start = 11, length = 30)

Woops, my bad, you need to keep the $kind, so should be

   "dialog": {
             "$kind": "Microsoft.IDialog",
            "$ref": "[https://raw.githubusercontent.com/microsoft/botframework-sdk/master/schemas/component/definitions.schema#/definitions/resourceExpression](https://raw.githubusercontent.com/microsoft/botframework-sdk/master/schemas/component/definitions.schema#/definitions/resourceExpression)",
            "title": "Dialog name",
            "description": "Name of the dialog to call.",
            "examples": [
                "AddToDoDialog"
            ]
        },

@tomlm tomlm added the changes required Reviews has requested changes to be made before approval label Apr 24, 2020
@luhan2017 luhan2017 removed the changes required Reviews has requested changes to be made before approval label Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants